downgrade python 3.8 to 3.7 ubuntu

107

downgrade python 3.8 to 3.7 ubuntu -

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.7

Comments

Submit
0 Comments